/********/
/* HTML */
/********/
a:link, a:visited, a:hover, a:active {
	color	: #358495;
}
/******************************/


/******/
/* ID */
/******/
/* Entete */
#entete {
	background-image: url(images/modele/fond_entete.gif);
	background-color: #70C5D7;
}
#entete .contenu {
	background-image: url(images/modele/contenu_entete.gif);
}

/* Menu */
#menu {
	background-image: url(images/modele/fond_menu.gif);
}
#menu a:hover, #menu a.here:link, #menu a.here:visited, #menu a.here:hover, #menu a.here:active  {
	color	: #358495;
}

/* Menu gauche */
#menu_gauche .actif, #menu_gauche .actif a:link, #menu_gauche .actif a:visited, #menu_gauche .actif a:hover, #menu_gauche .actif a:active {
	color	: #358495;
}
#menu_gauche .sous_menu, #menu_gauche .sous_menu a:link, #menu_gauche .sous_menu a:visited, #menu_gauche .sous_menu a:hover, #menu_gauche .sous_menu a:active {
	color	: #358495;
}

/* Titre page */
#titre_page h1 {
	color	: #358495;
}


/* Contenu */
#contenu .menu_gauche {
	border-right: 2px #358495 solid;
}


/* Séparation pieds */
#separ_pied {
	height				: 7px;
	background-image	: url(images/modele/fond_separ_pied.gif);
	background-repeat	: repeat-x;
}


/* Calendrier */
#calendrier .noms_jours td {
	color	: #358495;
}
#calendrier td.select  {
	border	: 1px #358495 solid;
}
/******************************/


/***********/
/* CLASSES */
/***********/
/* Blocks */
.block {
}
.block .div_h1 {
	background-image	: url(images/block/fond_h1.gif);
	background-repeat	: repeat-x;
}
.block .pied {
	background-image	: url(images/block/fond_pied.gif);
	height				: 15px;
}


/* Boutons */
.bouton {
	border			: 1px #358495 solid;
	color			: #358495;
	font-weight		: bold;
	background-color: #FFFFFF;
}
/******************************/